public interface JsonRpcWSConnectionListener
Modifier and Type | Method and Description |
---|---|
void |
connected()
Method invoked when the JsonRpcWS client successfully connects to the server
|
void |
connectionFailed()
Method invoked when the JsonRpcWS client could not connect to the server.
|
void |
disconnected()
Method invoked when the JsonRpcWS client connection with the server is interrupted
|
void |
reconnected(boolean sameServer)
Method invoked when the JsonRpcWS client is reconnected to a server
|
void |
reconnecting()
Method invoked when the JsonRpcWS client is disconnected from a server and it is trying to
reconnect
|
void connected()
void connectionFailed()
void disconnected()
void reconnected(boolean sameServer)
void reconnecting()
Copyright © 2017 Kurento. All rights reserved.